projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f0a05
)
Remove text mistakenly added to the diff--iterate-hunks doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 21 Jan 2022 13:31:11 +0000
(14:31 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 21 Jan 2022 13:31:11 +0000
(14:31 +0100)
* lisp/vc/diff-mode.el (diff--iterate-hunks): Remove text added by
mistake to the doc string.
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index ae2f545966e2d1bf0beac3efb0e8daafa2e93468..731d1e8256f48848bbef6661b3c6dc655630b7f7 100644
(file)
--- a/
lisp/vc/diff-mode.el
+++ b/
lisp/vc/diff-mode.el
@@
-2270,8
+2270,7
@@
Return new point, if it was moved."
(defun diff--iterate-hunks (max fun)
"Iterate over all hunks between point and MAX.
-Call FUN with two args (BEG and END) for each hunk.
-If INHIBIT-ERROR, ignore malformed hunks."
+Call FUN with two args (BEG and END) for each hunk."
(save-excursion
(catch 'malformed
(let* ((beg (or (ignore-errors (diff-beginning-of-hunk))